Title:  SongInfo Table
Author: CyanPhase
Date:   November 6, 2001


The SonfInfo indexes are as follows:



ID   RIFF           ID3         WMA             ID3v2        AU

0    Display Title  Song Title  Song Title      Song Title   comment
1    Artist         Artist      Artist          Artist
2    Name           Album       Album           Album
3    Genre          Genre*      Genre           Genre
4    KeyWords                                   
5    Comments       Comments    Comments        Comments
6                               Rating          
7                               Album Cover URL
8                               Promotional URL URL
9    Copyright                  Copyright       Copyright
10   Year           Year        Year            Year
11                  Track Number                Track Number
12                                              Orig Artist
13   Soft Package                               Encoded By
14                                              Composer


The order is the same for both for the CSongInfoHandler::GetTags(int tag_id, char *tagdata)
function for the SongInfo API and the CRecorder::SongTagData(int tag_index, char *tagdata)
for the Recorder Machines API.


